home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.teleport.com!sschaem
- From: sschaem@teleport.com (Stephan Schaem)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: FPU speeds
- Date: 5 Jan 1996 21:18:07 GMT
- Organization: Teleport - Portland's Public Access (503) 220-1016
- Message-ID: <4ck4if$g07@maureen.teleport.com>
- References: <30d1d30a@gauss.demon.co.uk> <38231758@kone.fipnet.fi> <339.6578T1149T39@login.eunet.no>
- NNTP-Posting-Host: linda.teleport.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Patrick Hanevold (patrick.hanevold@login.eunet.no) wrote:
-
- : >Yep, I dont get the initial post. But what does this loop? Maybe it rotate
- : >a point (and why does this work) ?
- : It rotates a vector using a matrix yes.
- : Log(a+b) is the same as a*b, so all the mul's are now add's. :)
-
- 3+3 = 6
- 2+4 = 6
- 3*3 = 9
- 2*4 = 8
-
- I dont know log() but I cant see how log(6) = 9 and also 8
-
- Stephan
-